home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 March
/
PCWorld_2007-03_cd.bin
/
temacd
/
htmlwap
/
Html-Wap editor 2007 verze 3.04.exe
/
Templates
/
WML a XML
/
XSL Stylesheet.xsl
< prev
Wrap
Extensible Markup Language
|
2006-02-10
|
566b
|
21 lines
<?xml version = "1.0"?>
<!-- reference XSL stylesheet URI -->
<xsl:stylesheet version = "1.0"
xmlns:xsl = "http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/TR/xhtml1/strict">
<xsl:output method = "html" omit-xml-declaration = "no"
doctype-system = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
doctype-public = "-//W3C//DTD XHTML 1.0 STRICT//EN"/>
<xsl:template match = "/">
<html>
<head>
<title> </title>
</head>
<body>
</body>
</html>
</xsl:template>
</xsl:stylesheet>